projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cccb49
)
(comint-highlight-input): Use :weight, not :bold.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 31 Dec 2001 20:18:09 +0000
(20:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 31 Dec 2001 20:18:09 +0000
(20:18 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 920cae62b83ab60e5742260ccb13dd0939a760d4..e6f0fade8017fbc22150698e25d6aa8975d26619 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-210,7
+210,7
@@
The face used is `comint-highlight-input'."
:type 'boolean
:group 'comint)
-(defface comint-highlight-input '((t (:
bold t
)))
+(defface comint-highlight-input '((t (:
weight bold
)))
"Face to use to highlight input when `comint-highlight-input' is non-nil."
:group 'comint)